diff options
Diffstat (limited to 'app/components/singleton_ai_timer.rb')
| -rw-r--r-- | app/components/singleton_ai_timer.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/components/singleton_ai_timer.rb b/app/components/singleton_ai_timer.rb new file mode 100644 index 0000000..ce14380 --- /dev/null +++ b/app/components/singleton_ai_timer.rb @@ -0,0 +1,5 @@ +FF::Cmp.new('SingletonAITimer', + timer: 0, + interval: 200, + singleton: true) +FF::Cmp::SingletonAITimer.new |
