Enum PlayerType
Type of player participating in a match.
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
public enum PlayerType
Fields
| Name | Description |
|---|---|
| Bot | Player is a bot. |
| Human | Player is a human. |
Type of player participating in a match.
public enum PlayerType
| Name | Description |
|---|---|
| Bot | Player is a bot. |
| Human | Player is a human. |