Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
DeviceManager.cs
浏览该文件的文档.
1/*
2using Android.OS;
3
4
5namespace 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