Ejemplo n.º 1
0
 public void SetContainer(IEntityContainer container)
 {
     if (container == null)
     {
         _inventory.Clear();
     }
     else
     {
         _inventory.Set(container.Owner);
     }
 }
Ejemplo n.º 2
0
 public void ClearLook()
 {
     _lookTr.Clear();
     _state = State.None;
 }
Ejemplo n.º 3
0
 public void ClearMove()
 {
     _targetTr.Clear();
     _targetV3 = null;
 }