Exemplo n.º 1
0
 public void SendPing(SDK.League.PingCategory category, Vector2 target)
 {
     Game.SendPing((EnsoulSharp.PingCategory)category, target);
 }
Exemplo n.º 2
0
 public void SendPing(SDK.League.PingCategory category, IGameObject target)
 {
     Game.SendPing((EnsoulSharp.PingCategory)category, EnsoulSharp.ObjectManager.GetUnitByNetworkId <GameObject>(target.Id));
 }