mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 07:37:00 +00:00
6 lines
260 B
Ruby
6 lines
260 B
Ruby
#Just wrappers over OverworldPokemonEvent so that statics can be handled separately when cleaning the map (and other places if needed)
|
|
class StaticOverworldPokemonEvent < OverworldPokemonEvent
|
|
end
|
|
|
|
class DynamicOverworldPokemonEvent < OverworldPokemonEvent
|
|
end |