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