All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Enums.AssetBundleStatus.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Enums;

enum AssetBundleStatus {
	UNLOADED = 0;
	LOADING = 1;
	LOADED = 2;
	FAILED_ASSET_BUNDLE_STATUS = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy