Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/game_2d/entity.rb,
lib/game_2d/registerable.rb,
lib/game_2d/serializable.rb
Instance Method Summary collapse
Instance Method Details
#as_json ⇒ Object
2 |
# File 'lib/game_2d/serializable.rb', line 2 def as_json; self end |
#nullsafe_registry_id ⇒ Object
2 |
# File 'lib/game_2d/registerable.rb', line 2 def nullsafe_registry_id; self; end |
#wake! ⇒ Object
Ignore this
10 |
# File 'lib/game_2d/entity.rb', line 10 def wake!; end |