예제 #1
0
파일: Actor.cs 프로젝트: FoxterBva/SfSim2
 public Actor()
 {
     BaseStats = new ActorStats();
     CurrentStats = new ActorStats();
     Abilities = new List<Ability>();
     Buffs = new List<Buff>();
     DeBuffs = new List<Buff>();
     Symbols = new List<SymbolBase>();
 }
예제 #2
0
 public SimulationCase()
 {
     SourceStats = new ActorStats();
 }