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