Advertisement
infinite_ammo

CharBuffer Example

Mar 8th, 2013
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. //Cheats
  2. if (Global.charBuffer.Contains("Phase2"))
  3. {
  4.     StopAllCoroutines();
  5.     StartCoroutine("Phase2");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement