Inheritance: Behavior
Exemplo n.º 1
0
 public static Once Instance(Behavior x)
 {
     Once ret;
     if (!instances.TryGetValue(x, out ret))
         ret = instances[x] = new Once(x);
     return ret;
 }
Exemplo n.º 2
0
 new QueuedBehavior(
     Once.Instance(new SimpleTaunt("My artifacts shall prove my wall of defense is impenetrable!")),
Exemplo n.º 3
0
 new RunBehaviors(
     Once.Instance(SpawnMinionImmediate.Instance(0x0d55, 4, 4, 4)),
Exemplo n.º 4
0
 new QueuedBehavior(
      Once.Instance(SetConditionEffect.Instance(ConditionEffectIndex.Armored)),