Files
infinitefusion-e18/Data/Scripts/053_PIF_Hoenn/OverworldPokemon/OverworldPokemonEventWrappers.rb
T
2026-07-10 15:42:06 -04:00

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