public void init(VectorLocal local, VectorBehavior behavior) { VectorCore core = DataManager.CoreLibrary[local.Core]; this.Name = core.name; this.BaseHP = core.hp; this.BasePow = core.pow; this.BaseMag = core.mag; this.BaseCon = core.con; this.BaseRes = core.res; this.BaseSpd = core.spd; this.BaseMov = core.mov; this.Behavior = behavior; }
public void Initialize(VectorCore core, int x, int y) { this.VectorCore = core; this.X = x; this.Y = y; }