The jam is running. Build something, or play the entries.
namespace PlanetMeat; public interface IWorldRing { public GameObject GameObject { get; } public Vector3 WorldPosition { get; set; } public void MultiplyAlpha( float alpha ); }