Пример #1
0
 public EventPage(string texturePath, int[] mapPos, Tile.Direction dir, Movement movement, EventCommands script, string name)
     : base(texturePath, mapPos, dir, name)
 {
     this.movement = movement;
         this.script = script;
 }