From 5297585cec57a0600fef443670fc79bb2c02e6a1 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 31 Mar 2024 00:15:44 +0100 Subject: [PATCH] update sample project to compile --- TestConsole/Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" );