7 lines
113 B
C#
7 lines
113 B
C#
namespace SoulstormReplayReader.Core.Enums;
|
|
|
|
public enum ReplayVersion : byte
|
|
{
|
|
_1_2 = 9,
|
|
Steam = 10
|
|
} |