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