Files
ChunilENG/Assets/Plugins/XRLib/Interface/ISingle.cs

7 lines
103 B
C#
Raw Normal View History

2025-02-20 09:59:37 +09:00
namespace WI
{
public interface ISingle { }
public interface ISingleChild : ISingle { }
}