Exemplo n.º 1
0
 public PerceptionCause(EventCause worldEvents)
 {
     this.worldEvents = worldEvents;
     this.addDependency(worldEvents);
     IsLazy  = false;
     IsDirty = false;
 }
Exemplo n.º 2
0
 public EchoPerceptionCause(EventCause events)
     : base(events)
 {
 }