CTT/Unity/Assets/Hotfix/Logic/Model/Game/Entity/Common/GetInfoComponent.cs

7 lines
81 B
C#
Raw Normal View History

2021-05-01 22:06:12 +08:00
namespace ET
{
public class GetInfoComponent:Entity
{
}
}