Example #1
0
 public bool OnSyncRequested(GameMasterCharacterProxy charProxy, ulong characterId, uint syncId)
 {
     return(false);
 }
Example #2
0
 public IEnumerator OnLost(Coroutine coroutine, GameMasterCharacterProxy charProxy, uint packId)
 {
     yield break;
 }