Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
DeviceManager.cs
浏览该文件的文档.
1
/*
2
using Android.OS;
3
4
5
namespace Game
6
{
7
public static class DeviceManager
8
{
9
public static string DeviceModel => Build.Model;
10
11
public static string OperatingSystemVersion => Build.VERSION.Release;
12
}
13
}
14
*/
15
SurvivalcraftApi 1.8.2.3
Survivalcraft.Windows
Game
DeviceManager.cs
制作者
1.16.1