Files
Fishing2/Assets/Scripts/Net/Entity/AuthenticationSelectComponent.cs
2025-07-16 17:48:15 +08:00

7 lines
124 B
C#

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