quyou/fk101/wb_unity_pro/Assets/Source/Generate/UnityEngine_SleepTimeoutWra...

16 lines
329 B
C#
Raw Permalink Normal View History

2025-10-31 19:05:13 +08:00
//this source code was auto-generated by tolua#, do not modify it
using System;
using LuaInterface;
public class UnityEngine_SleepTimeoutWrap
{
public static void Register(LuaState L)
{
L.BeginStaticLibs("SleepTimeout");
L.RegConstant("NeverSleep", -1);
L.RegConstant("SystemSetting", -2);
L.EndStaticLibs();
}
}