コード例 #1
0
 /*
  * Actions to take when the consumable effect finishes
  */
 public override void Deactivate()
 {
     OnInaudiblePlayerCollect?.Invoke(false);
 }
コード例 #2
0
 /*
  * Actions to take when the consumable effect starts
  */
 public override void Activate()
 {
     OnInaudiblePlayerCollect?.Invoke(true);
 }