Module: core | mudlib/core.py | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Provides support for in-game objects and containers. The core module contains base classes for the most basic of in-world entities: Object, from which all in-game entities should be derived; and Container, which is an object that can hold other objects
|