Inheritance: ModApiAbstract
Example #1
0
 private static void Init5(object sender, ElapsedEventArgs e, ClientInfo _cInfo, EntityPlayer _player)
 {
     API.NewPlayerExec2(_cInfo, _player);
 }
Example #2
0
 private static void Init4(object sender, ElapsedEventArgs e, ClientInfo _cInfo)
 {
     API.NewPlayerExec1(_cInfo);
 }