Beispiel #1
0
 public override void OnIngameUpdate()
 {
     if (!GameMgr.IsInParty(80001))
     {
         GameMgr.ActorJoinParty(80001, 5);
     }
 }