Exemplo n.º 1
0
 public override void TileEvent()
 {
     GoWhere = new GoWhereScript(InWhere.GetType(), InWhere.Tiles[2].Loc.TileX + 1, InWhere.Tiles[2].Loc.TileY);
     base.TileEvent();
 }
Exemplo n.º 2
0
 public StartMapDoorTile()
 {
     TileType = TileTypes.go;
     GoWhere  = new GoWhereScript(typeof(StartMapScript), 5, 2);
     TileText = "返回山门广场";
 }