Files
Fishing2/Assets/Scripts/Common/Net/Entity/AuthenticationSelectComponent.cs
2025-12-23 18:03:53 +08:00

7 lines
110 B
C#

namespace NBF
{
public class AuthenticationSelectComponent : Fantasy.Entitas.Entity
{
}
}