Clothing system refactor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// © 2025 Naked People Team. All Rights Reserved.
|
||||
|
||||
|
||||
#include "ClothingItemDefinition.h"
|
||||
|
||||
#include "ClothingItemInstance.h"
|
||||
|
||||
TSubclassOf<UItemInstance> UClothingItemDefinition::GetInstanceClass() const
|
||||
{
|
||||
return UClothingItemInstance::StaticClass();
|
||||
}
|
||||
Reference in New Issue
Block a user