Inheritance: AbstractCommand
Exemplo n.º 1
0
        public void saveQueue(TSPlayer ply)
        {
            SaveCommand sc = new SaveCommand(ply, tileQueue);

            CommandQueue.AddCommand(sc, ply);
        }
Exemplo n.º 2
0
 public void saveQueue( TSPlayer ply)
 {
     SaveCommand sc = new SaveCommand(ply, tileQueue);
     CommandQueue.AddCommand(sc, ply);
 }