Change some class naming conventions

This commit is contained in:
2023-09-15 13:28:18 -04:00
parent 40881ec284
commit cd3c82f2c4
20 changed files with 160 additions and 157 deletions

View File

@@ -12,7 +12,7 @@
*
*/
UCLASS()
class INTEGRATION_API UTangible : public UObject
class INTEGRATION_API UlxTangible : public UObject
{
GENERATED_BODY()
@@ -20,7 +20,7 @@ public:
UPROPERTY()
AActor* Actor;
FAnimTracker AnimTracker;
FlxAnimTracker AnimTracker;
void Init(AActor* a) {
Actor = a;