mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
9 lines
146 B
Ruby
9 lines
146 B
Ruby
class IMICFPS
|
|
class TestObject < Entity
|
|
def setup
|
|
bind_model("base", "war_factory")
|
|
@backface_culling = false
|
|
end
|
|
end
|
|
end
|