mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Began implementing ZuneDBApi.Module
This commit is contained in:
@@ -6,5 +6,8 @@ using Microsoft.VisualC;
|
||||
[NativeCppClass]
|
||||
internal enum EMediaPaymentType
|
||||
{
|
||||
|
||||
Unknown = -1,
|
||||
CreditCard = 1,
|
||||
Points = 3,
|
||||
Token = 4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user