diff options
Diffstat (limited to 'app/components/singleton_random_ai_pick.rb')
| -rw-r--r-- | app/components/singleton_random_ai_pick.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/singleton_random_ai_pick.rb b/app/components/singleton_random_ai_pick.rb new file mode 100644 index 0000000..19f2ca8 --- /dev/null +++ b/app/components/singleton_random_ai_pick.rb @@ -0,0 +1,2 @@ +FF::Cmp.new('SingletonRandomAIPick', singleton: true) +FF::Cmp::SingletonRandomAIPick.new |
