SyncedAttribute

Sentinel for @Synced attributes TODO: this is messy. Better way to achieve a sentinel?

struct SyncedAttribute {
string syncedAttributeSentinel;
}

Meta