Skip to main content

Moonrelic

Based on game build 714014 | Last updated: 2026-03-03

Overview

MoonRelic is a minimal component that attaches to an entity and stores a reference to its owner (inst). It currently defines no additional properties, methods, event listeners, or tags. This component serves as a placeholder or stub, likely reserved for future functionality related to moon-related mechanics or artifacts.

Usage example

local inst = CreateEntity()
inst:AddComponent("moonrelic")
-- No further actions possible with this component in its current state

Dependencies & tags

Components used: None identified
Tags: None identified

Properties

No public properties

Main functions

No public functions

Events & listeners

None identified