mirror of
https://git.recroomarchive.org/RecRoomArchive/RRAC.git
synced 2026-09-08 14:41:25 -07:00
8 lines
142 B
C#
8 lines
142 B
C#
namespace RecRoomArchive.Models.API.VersionCheck
|
|
{
|
|
public enum VersionStatus
|
|
{
|
|
ValidForPlay,
|
|
UpdateRequired
|
|
}
|
|
} |