Enum Outcome
Played game outcome.
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
public enum Outcome
Fields
Name | Description |
---|---|
DidNotFinish | Game was not completed. |
Loss | Game was lost. |
Tie | Game was tied. |
Win | Game was won. |