i'm trying to add new map from CrazyToa client.
i find unknow MapObjectType which is 0
but i can't find any info about it
this is only the types i know get it from Map viewing Tool
PHP Code:
internal enum MapObjectType
{
Backdrop = 8,
Effect = 10,
Scene = 1,
Sound = 15,
TerrainObject = 4
}
but i just wanna the MapObjectType of 0 (just curious






