mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 11:37:01 +00:00
软件管理器
This commit is contained in:
13
LuaApps.cs
Normal file
13
LuaApps.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using IL2CPU.API.Attribs;
|
||||
|
||||
namespace CMLeonOS
|
||||
{
|
||||
public static class LuaApps
|
||||
{
|
||||
[ManifestResourceStream(ResourceName = "CMLeonOS.LuaApps.helloworld.lua")]
|
||||
public static readonly byte[] helloworld;
|
||||
|
||||
[ManifestResourceStream(ResourceName = "CMLeonOS.LuaApps.testspeed.lua")]
|
||||
public static readonly byte[] testspeed;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user