1
1

SouthEntrance.ts 127 B

1234
  1. /// <reference path="../OrcVillage.ts" />
  2. module OrcVillage {
  3. export let SouthEntrance = new RoomRandom("Southern Exit");
  4. }