private string command;       // ASCII command

        public ObjectActionPacket(ObjectHeader headerA, ObjectHeader headerB, ObjectHeader headerC, ObjectHeader headerD, string command)
        {
            this.headerA = headerA;
            this.headerB = headerB;
            this.headerC = headerC;
            this.headerD = headerD;
            this.command = command;
        }
Esempio n. 2
0
 public SymbolArtList(ObjectHeader player)
 {
     this.player = player;
 }