Beispiel #1
0
 //Buildup
 public Ritual(GameObject Model) : base(Model)
 {
     //Initialize children to have this as Parent
     Shards = new NodeListOptional <Shard>();
     Shards.SetParent(this);
     OnAir  = false;
     Paused = false;
 }