Split WingComponentReference into a static helper class and a simple data class

This commit is contained in:
2026-04-08 00:07:01 -04:00
parent 9c3fab26c4
commit 083452f83f
10 changed files with 60 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
#include "WingUtils.h"
#include "WingActorComponent.h"
#include "WingComponent.h"
#include "WingProperty.h"
#include "WingTypes.h"
#include "WingServer.h"