crankycyclops/trogdor-pp

Clean up Entity Constructors

crankycyclops opened this issue · 0 comments

For example, certain entities, such as Rooms, will never have an input stream that actually gets used. Thus, the input stream would always get initialized to NullIn(). So why oh why would I require that parameter in the constructor? Clean this up.