Advertisement
Slowhand-VI

MS: main.fos imports and header

Dec 31st, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.55 KB | None | 0 0
  1. /**< Mysterious Stranger perk related imports and includes */
  2. #include "perk_ms_h.fos"
  3. import void spawnMysteriousStrangerForEncounter(uint playerId) from "perk_ms";
  4. import bool despawnMysteriousStranger(uint playerId) from "perk_ms";
  5. import bool isMsSpawned(uint playerId) from "perk_ms";
  6. import bool doesPlayerHaveMsPerk(uint playerId) from "perk_ms";
  7. import void addMsSpawnEventsToPlayer(Critter& player) from "perk_ms";
  8. import bool isMsAvailableOnMap(uint playerId) from "perk_ms";
  9. import void removeMsSpawnEventsFromPlayer(Critter& player) from "perk_ms";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement