BorisKotlyar

Untitled

Apr 27th, 2020
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.51 KB | None | 0 0
  1. // join to pvp
  2. _pvpController.join
  3.  
  4. // on change pvp availability status
  5. _pvpController.OnStateUpdate += PVPStateUpdate;
  6.  
  7. // pvp chest count available to open + update event
  8. private int _pvpDailyChestCount => 0;
  9.  
  10. private string GetTimer()
  11. {
  12.     // todo: need get timer for PVP, to start, to end pvp event
  13.     // _pvpController.OnEndTimeshtamp
  14.     return "00:00";
  15. }
  16.  
  17. // season pvp reward items, list<id> + events
  18. _pvpController.Season.GetRewards();
  19.  
  20. // season pvp take reward
  21. _pvpController.Season.TakeReward(id);
Advertisement
Add Comment
Please, Sign In to add comment