5 lines
No EOL
108 B
C#
5 lines
No EOL
108 B
C#
namespace PacketLib;
|
|
|
|
public class PlayerCommandPacket {
|
|
public PlayerCommand[] Commands { get; set; }
|
|
} |