Exemplo n.º 1
0
 public override void Init(GamePlayerBaseInfo info)
 {
     base.Init(info);
     Identity = IdentityType.Witcher;
     Poison   = 1;
     Antidote = 1;
 }
Exemplo n.º 2
0
 public override void Init(GamePlayerBaseInfo info)
 {
     Gun = 1;
     base.Init(info);
     Identity = IdentityType.Hunter;
 }
Exemplo n.º 3
0
 public override void Init(GamePlayerBaseInfo info)
 {
     base.Init(info);
     Identity = IdentityType.Propheter;
 }