Beispiel #1
0
 static void TestInteractionFunction1(Furnishing furnishing, Actor actor)
 {
     if (furnishing.HasTrait(Trait.BlockMove))
     {
         furnishing.RemoveTrait(Trait.BlockMove);
     }
     else
     {
         furnishing.AddTrait(Trait.BlockMove);
     }
 }