()
| 3244 | return Il2Cpp.Api.Application._get_isPlaying(); |
| 3245 | } |
| 3246 | static get dataPath() { |
| 3247 | return readU16(Il2Cpp.Api.Application._get_dataPath()); |
| 3248 | } |
| 3249 | static get streamingAssetsPath() { |
| 3250 | return readU16(Il2Cpp.Api.Application._get_streamingAssetsPath()); |
| 3251 | } |
nothing calls this directly
no test coverage detected