Testing more garbage encryption
This commit is contained in:
12
SVSim.Database/Enums/SocialAccountType.cs
Normal file
12
SVSim.Database/Enums/SocialAccountType.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace SVSim.Database.Enums;
|
||||
|
||||
public enum SocialAccountType
|
||||
{
|
||||
None,
|
||||
GooglePlay,
|
||||
GameCenter,
|
||||
Facebook,
|
||||
Dmm,
|
||||
Steam,
|
||||
AppleId
|
||||
}
|
||||
Reference in New Issue
Block a user