Files
GoakeFlax/Source/Game/Player/PlayerInputNetwork.cs

6 lines
83 B
C#

namespace Game
{
public class PlayerInputNetwork : PlayerInput
{
}
}