Beispiel #1
0
 public static void Add(UserDefinedTool newBehavior)
 {
     if (Behavior.NewBehaviorCreated != null)
     {
         Behavior.NewBehaviorCreated(newBehavior);
     }
     ToolStorage.Instance.AddTool(newBehavior);
 }