demo recording stuff p2

This commit is contained in:
GoaLitiuM
2021-11-14 17:16:02 +02:00
parent 65cc97a46c
commit cccbf334aa
5 changed files with 211 additions and 128 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Runtime.InteropServices;
using FlaxEngine;
namespace Game
{
public class PlayerInputNetwork : PlayerInput
{
}
}