()
| 3259 | return readU16(Il2Cpp.Api.Application._get_unityVersion()); |
| 3260 | } |
| 3261 | static get version() { |
| 3262 | return readU16(Il2Cpp.Api.Application._get_version()); |
| 3263 | } |
| 3264 | static get identifier() { |
| 3265 | return readU16(Il2Cpp.Api.Application._get_identifier()); |
| 3266 | } |
nothing calls this directly
no test coverage detected