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