Files
Fishing2/Assets/Scripts/Model/Net/Entity/AuthenticationSelectComponent.cs
2025-08-29 09:11:08 +08:00

7 lines
124 B
C#

namespace Assets.Scripts.Entity
{
public class AuthenticationSelectComponent : NBC.Entitas.Entity
{
}
}