Browse Source

Fix: test

AnnulusGames 1 year ago
parent
commit
2593f363ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/Lua.Tests/LuaObjectTests.cs

+ 1 - 0
tests/Lua.Tests/LuaObjectTests.cs

@@ -21,6 +21,7 @@ public partial class TestUserData
         await Task.CompletedTask;
     }
 
+    [LuaMember]
     public static double StaticMethodWithReturnValue(double a, double b)
     {
         return a + b;