Beispiel #1
0
 public override void ApplyMessage(GameObjectUpdate message)
 {
     this.value = new GameObjectReference <T>(message, this.collection);
 }
Beispiel #2
0
 public GameObjectReferenceField(GameObject obj)
     : base(obj)
 {
     this.collection = obj.Game.GameObjectCollection;
     this.value      = null;
 }