VizzyCodeMod.cs

VizzyCodeMod.cs is the Juno mod entry point. It owns mod lifecycle setup and connects the runtime mod container to bridge and update-loop behavior. juno unity

Responsibilities

AreaBehavior
Mod startupInitializes VizzyCode mod behavior in Juno.
Bridge lifecycleStarts or connects VizzyBridge.cs.
Update loopCoordinates with VizzyCodeUpdater.cs.
Runtime ownershipEstablishes the mod-level container for bridge features.

Related notes: Component Map, 09 - Juno Mod (Mod Assets), VizzyBridge.cs, VizzyCodeUpdater.cs.