Esempio n. 1
0
 public HoppingCharacterEntity(Component.HoppingCharacterComponent com, Vector3 charaRot, Waypoint startWay, Vector3 jumpVec)
 {
     Component     = com;
     CharaRotation = charaRot;
     StartWay      = startWay;
     JumpVector    = jumpVec;
 }
Esempio n. 2
0
 public MissInfoEntity(FXCreateEntity entity, Component.HoppingCharacterComponent component)
 {
     FXCreateEntity            = entity;
     HoppingCharacterComponent = component;
 }