Exemplo n.º 1
0
 public void Execute(IRocketPlayer caller, string[] command)
 {
     EditData(RocketLib.Raycast(caller), command, caller);
 }
Exemplo n.º 2
0
 public void Execute(IRocketPlayer caller, string[] command)
 {
     Core.Insta.Configuration.Instance.SaveData(RocketLib.Raycast(caller), command, caller);
 }