예제 #1
0
 public void SetVariable <T>(string varName, T value)
 {
     ModHooks.SetPlayerVariable <T>(varName, value);
 }