NorthEntrance.ts 127 B

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