mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-24 07:16:00 +00:00
5 lines
98 B
Ruby
5 lines
98 B
Ruby
module GameData
|
|
class TrainerModern < Trainer
|
|
DATA_FILENAME = "trainers_remix.dat"
|
|
end
|
|
end |