Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. private void InitializeGlobalMessages()
  2. {
  3. _enemyPlayerWasSpottedNearTheSpawnTown = new GlobalNationWarningMessage(GuardLocationEnums.SpawnTown, "EnemyPlayerWasSpottedNearTheSpawnTown");
  4. _enemyPlayerWasSpottedNearTheSpawnSuburbsPatrol = new GlobalNationWarningMessage(GuardLocationEnums.SpawnSuburbsPatrol, "EnemyPlayerWasSpottedNearTheSpawnSuburbsPatrol");
  5. _enemyPlayerWasSpottedNearTheFlagStoneholmOriginalFaithOrder = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneholmOriginalFaithOrder, "EnemyPlayerWasSpottedNearTheFlagStoneholmOriginalFaithOrder");
  6. _enemyPlayerWasSpottedNearTheFlagStoneholmLordsWrathBrotherhood = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneholmLordsWrathBrotherhood, "EnemyPlayerWasSpottedNearTheFlagStoneholmLordsWrathBrotherhood");
  7. _enemyPlayerWasSpottedNearTheFlagStoneholdDunfenMine = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneholmDunfenMine, "EnemyPlayerWasSpottedNearTheFlagStoneholmDunfenMine");
  8. _enemyPlayerWasSpottedNearTheFlagStoneholdMineAtCliff = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneholmMineAtCliff, "EnemyPlayerWasSpottedNearTheFlagStoneholmMineAtCliff");
  9. _enemyPlayerWasSpottedNearTheFlagStoneholmONarsFarm = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneholmONarsFarm, "EnemyPlayerWasSpottedNearTheFlagStoneholmONarsFarm");
  10. _enemyPlayerWasSpottedNearTheFlagStoneholmLObartsFarm = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneholmLObartsFarm, "EnemyPlayerWasSpottedNearTheFlagStoneholmLObartsFarm ");
  11. _enemyPlayerWasSpottedNearTheFlagStoneholmLeaktown = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneholmLeaktown, "EnemyPlayerWasSpottedNearTheFlagStoneholmLeaktown");
  12. _enemyPlayerWasSpottedNearTheFlagStoneholmTwinfall = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneholmTwinfall, "EnemyPlayerWasSpottedNearTheFlagStoneholmTwinfall");
  13. _enemyPlayerWasSpottedNearTheFlagStoneholmAudunstede = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneholmAudunstede, "EnemyPlayerWasSpottedNearTheFlagStoneholmAudunstede");
  14. _enemyPlayerWasSpottedNearTheFlagPuste2 = new GlobalNationWarningMessage(GuardLocationEnums.FlagPuste2, "EnemyPlayerWasSpottedNearTheFlagPuste2");
  15. _enemyPlayerWasSpottedNearTheFlagStonemolmFangsborough = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneHolmFangsborough, "EnemyPlayerWasSpottedNearTheFlagStoneholmFangsborough");
  16. _enemyPlayerWasSpottedNearTheFlagStoneholmFlagSeaclaw = new GlobalNationWarningMessage(GuardLocationEnums.FlagStoneHolmSeaClaw, "EnemyPlayerWasSpottedNearTheFlagStoneHolmSeaclaw");
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement