Files
GoakeFlax/Source/Game/PlayerInputNetwork.cs
2021-11-14 17:16:02 +02:00

14 lines
215 B
C#

using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Runtime.InteropServices;
using FlaxEngine;
namespace Game
{
public class PlayerInputNetwork : PlayerInput
{
}
}