14 lines
215 B
C#
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
|
|
{
|
|
|
|
}
|
|
} |