mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-19 02:56:43 +00:00
d1d7bc1463
Somehow fixed annoying bug in coroutine
6 lines
92 B
C#
6 lines
92 B
C#
namespace Capy64.Runtime;
|
|
|
|
public class Constants
|
|
{
|
|
public const int MULTRET = -1;
|
|
}
|