forked from Snoooopy/MetroUnlocker
Initial commit
This commit is contained in:
15
MetroUnlocker/LibTSForge/TokenStore/TokenEntry.cs
Normal file
15
MetroUnlocker/LibTSForge/TokenStore/TokenEntry.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MetroUnlocker.LibTSForge.TokenStore
|
||||
{
|
||||
public class TokenEntry
|
||||
{
|
||||
public string Name;
|
||||
public string Extension;
|
||||
public byte[] Data;
|
||||
public bool Populated;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user