Exemplo n.º 1
0
 private RangedWarriorState CreateState(IRangedWarriorInfo info)
 {
     return(new RangedWarriorState
     {
         Base = StateUtils.CreateWarriorUnitState(info)
     });
 }
Exemplo n.º 2
0
 private MeeleeWarriorState CreateState(IMeeleeWarriorInfo info)
 {
     return(new MeeleeWarriorState
     {
         Base = StateUtils.CreateWarriorUnitState(info)
     });
 }