Exemplo n.º 1
0
    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;
    }
Exemplo n.º 2
0
 public void Initialize(VectorCore core, int x, int y)
 {
     this.VectorCore = core;
     this.X          = x;
     this.Y          = y;
 }