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