Skip to content

Instantly share code, notes, and snippets.

View AuraOfDivinity's full-sized avatar
🎯
Focusing

Asel Peiris AuraOfDivinity

🎯
Focusing
  • Colombo, Sri Lanka
View GitHub Profile
@ssshake
ssshake / isWrit
Last active June 21, 2024 10:28
Photon PUN Cheat Sheet
## Photon Methods
**public class Blank : Photon.PunBehaviour**
instead of mono behavior, use this to receive photon callbacks in your script.
**public override void OnLeftRoom()**
An example of overriding a punbehavior callback