mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
9 lines
161 B
Ruby
9 lines
161 B
Ruby
class IMICFPS
|
|
class Terrain < Entity
|
|
def setup
|
|
# bind_model("base", "randomish_terrain")
|
|
bind_model("base", "river_terrain")
|
|
end
|
|
end
|
|
end
|