Skip to content

Conversation

@wangkanai
Copy link
Owner

[Flags]
public enum Country
{
	[Description("ประเทศไทย")]
	Thailand  = 0,

	[EnumMember(Value = "jp")]
	Japan     = 1 << 0,
	Singapore = 1 << 1,
	Australia = 1 << 2
}

@wangkanai wangkanai merged commit 4aa3425 into federation Jan 17, 2023
@wangkanai wangkanai deleted the system branch January 17, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants