-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
if a class contains regions the following property after the region is ignored
public class PlayerInfo
{
#region properties that cannot changes at runtime
public string PlayerId { get; set; } // missing in generated ts
public PlayerType Type { get; set; }
public string Name { get; set; }
#endregion
}
Metadata
Metadata
Assignees
Labels
No labels