public void OnMasterServerEvent(UnityEngine.MasterServerEvent a) { if (fn != null) { fn.invoke(gameObject, a); } }
public void OnMasterServerEvent(UnityEngine.MasterServerEvent a) { RunFunctions(a); }