Capy64/Capy64/Runtime/Constants.cs
Alessandro Proto d1d7bc1463 Completely rewritten the Lua runtime.
Somehow fixed annoying bug in coroutine
2023-01-25 23:06:37 +01:00

6 lines
92 B
C#

namespace Capy64.Runtime;
public class Constants
{
public const int MULTRET = -1;
}