Exemple #1
0
//---------------------------------------------------------------------------
        public void die()
        {
            _owner       = null;
            myanimations = null;
        }
Exemple #2
0
 public Actions(GajoCitizen owner)
 {
     _owner       = owner;
     myanimations = new InteractionAnimations(_owner);
 }