Files
GoakeFlax/Source/Game/Player/PlayerInputNetwork.cs
2022-05-02 20:34:42 +03: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
{
}
}