Example #1
0
 public CustomJoin(Main game)
     : base(game)
 {
     Order         = -10;
     cfg           = new cjConfig();
     LastJoinIndex = -1;
 }
Example #2
0
 public CustomJoin(Main game)
     : base(game)
 {
     Order = -10;
     cfg = new cjConfig();
     LastJoinIndex = -1;
 }