Skip to main content

Moonrelic

Overview

The Moonrelic component serves as a minimal container that attaches to an entity (inst) and stores a reference to it. It contains no logic, properties beyond the instance reference, or event handling — functioning purely as a structural placeholder.

Dependencies & Tags

None identified.

Properties

PropertyTypeDefault ValueDescription
instEntitynil (assigned at construction)Reference to the entity this component is attached to.

Main Functions

None defined beyond the constructor.

Events & Listeners

None.