Added support for getting the player's current building mode (build, color, config, blueprint) Added support for getting the current game's mode (building, playing, prefab etc.)
10 lines
No EOL
172 B
C#
10 lines
No EOL
172 B
C#
namespace GamecraftModdingAPI.Players
|
|
{
|
|
public enum PlayerBuildingMode
|
|
{
|
|
BlockMode,
|
|
ColourMode,
|
|
ConfigMode,
|
|
BlueprintMode
|
|
}
|
|
} |