diff --git a/TestConsole/Program.cs b/TestConsole/Program.cs index 32aa389..5637536 100644 --- a/TestConsole/Program.cs +++ b/TestConsole/Program.cs @@ -17,10 +17,10 @@ public partial class Test1 : AtVisualElement // [UxmlTrait( "health" , 9 )] // public int MyProperty { get; set; } - [UxmlTrait( "health2" , 8)] public int MyField; - [UxmlTrait( "health1" , 8)] public int MyField2{get; set; } - [UxmlTrait( "health1" , false)] public bool MyBoolField2; - [UxmlTrait( "health1" , "hi")] public string MyStringField2; + // [UxmlTrait( "health2" , 8)] public int MyField; + // [UxmlTrait( "health1" , 8)] public int MyField2{get; set; } + // [UxmlTrait( "health1" , false)] public bool MyBoolField2; + // [UxmlTrait( "health1" , "hi")] public string MyStringField2; public void Test123() { Debug.Write( "test" );