Files
Fishing2/Assets/Scripts/Common/Net/Entity/AuthenticationSelectComponent.cs

7 lines
128 B
C#

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