9 lines
193 B
C#
9 lines
193 B
C#
namespace CC
|
|
{
|
|
public interface ICustomizerUI
|
|
{
|
|
void InitializeUIElement(CharacterCustomization customizerScript, CC_UI_Util parentUI);
|
|
|
|
void RefreshUIElement();
|
|
}
|
|
} |