actioninstantbase.c 89 B

1234567
  1. class ActionInstantBase : ActionBase
  2. {
  3. override bool IsInstant()
  4. {
  5. return true;
  6. }
  7. };