Add profiles domain, infra, API endpoints
This commit is contained in:
7
RecNet.Domain/Common/PlatformType.cs
Normal file
7
RecNet.Domain/Common/PlatformType.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace RecNet.Domain.Common;
|
||||
|
||||
public enum PlatformType
|
||||
{
|
||||
Steamworks = 0,
|
||||
Meta = 1,
|
||||
}
|
||||
Reference in New Issue
Block a user