Exemple #1
0
 public unsafe void OpenBank(class_Player* Target, Sharpkick.PlayerObject* ShowTo)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public unsafe void SendSystemMessage(Sharpkick.PlayerObject* player, byte* message)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public unsafe int IsGameMaster(Sharpkick.PlayerObject* Target)
 {
     throw new NotImplementedException();
 }