Files
Fishing2/Assets/Scripts/Model/Net/Entity/AuthenticationSelectComponent.cs
2025-11-12 17:24:02 +08:00

7 lines
128 B
C#

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