コード例 #1
0
 /// <summary>The process.</summary>
 /// <param name="entity">The entity.</param>
 public override void Process(Entity entity)
 {
     entity.GetComponent <TestHealthComponent>().AddDamage(10);
     TestTimeWaster.Delay();
 }
コード例 #2
0
 /// <summary>The process.</summary>
 /// <param name="entity">The entity.</param>
 public override void Process(Entity entity)
 {
     TestTimeWaster.Delay();
 }