mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Removed count const and fixed BC break
This commit is contained in:
parent
3bacb1a9cb
commit
35d1d0080a
@ -33,10 +33,9 @@ final class ResourcePackType{
|
|||||||
public const ADDON = 1;
|
public const ADDON = 1;
|
||||||
public const CACHED = 2;
|
public const CACHED = 2;
|
||||||
public const COPY_PROTECTED = 3;
|
public const COPY_PROTECTED = 3;
|
||||||
public const BEHAVIOR = 4;
|
public const BEHAVIORS = 4;
|
||||||
public const PERSONA_PIECE = 5;
|
public const PERSONA_PIECE = 5;
|
||||||
public const RESOURCES = 6;
|
public const RESOURCES = 6;
|
||||||
public const SKINS = 7;
|
public const SKINS = 7;
|
||||||
public const WORLD_TEMPLATE = 8;
|
public const WORLD_TEMPLATE = 8;
|
||||||
public const COUNT = 9;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user