Beispiel #1
0
		public FighterInfo()
		{
			properties = new PropertyRawSet();
			skillIdList = new List<int>();
		}
Beispiel #2
0
		public BattleSource(BattleType battleType)
		{
			this.battleType = battleType;
			this.fighterProp = new List<FighterInfo>();
			this.props = new PropertyRawSet();
		}