Awperative Beta 1.0 Complete!

This commit is contained in:
2026-02-15 16:12:25 -05:00
parent 0e21432ffb
commit de8e9aca44
4 changed files with 36 additions and 24 deletions

View File

@@ -20,6 +20,13 @@ public abstract partial class Component : ComponentDocker
/// <summary>
/// If the component receives time events or not.
/// </summary>
public bool Enabled;
/// <summary>
/// Order for when Components are called on. Only applies between Components on the same Docker.
/// </summary>