Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/KGFICustomInspectorGUI.cs
2026-02-21 16:45:37 +08:00

5 lines
104 B
C#

public interface KGFICustomInspectorGUI
{
void DrawInspectorGUI(object theObject, bool theIsPrefab);
}