Esempio n. 1
0
 public CastableIntent()
 {
     _target     = new List <IntentTarget>();
     _useType    = SpellUseType.NoTarget;
     _radius     = ((byte)(0));
     _direction  = IntentDirection.None;
     _maxTargets = ((byte)(0));
 }
Esempio n. 2
0
 public CastableTileIntent()
 {
     _direction = IntentDirection.None;
     _relativeX = ((sbyte)(0));
     _relativeY = ((sbyte)(0));
 }