Пример #1
0
 private void onRunestoneGained(Player player, RunestoneInstance runestone, bool cheated)
 {
     if (!cheated)
     {
         this.sendRunestoneUnlockEvent(player, runestone.Id);
     }
 }
 private void onRunestoneRankUpped(Player player, RunestoneInstance runestone)
 {
     this.reconstructContent();
 }
 private void onRunestoneGained(Player player, RunestoneInstance runestone, bool cheated)
 {
     this.reconstructContent();
 }