Skip to content

Commit 9a2c2f9

Browse files
committed
refactor: remove unused property from TestScript class
1 parent 664153b commit 9a2c2f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Packages/SimplePackage/Scripts/TestScript.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ namespace SimplePackage.Scripts
44
public sealed class TestScript
55
{
66
public string Message => "Hello World! from Test simple package";
7-
public string Message2 => "Hello World! from Test simple package 2";
87
}
98
}

0 commit comments

Comments
 (0)