mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-23 19:43:03 +00:00
3ac026aa8f
TODO: Path menu Injection Logic SHould be done then i guess also fuck spiders
16 lines
332 B
C#
16 lines
332 B
C#
using GameBaseClassLibrary;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace UWUVCI_AIO_WPF.Classes
|
|
{
|
|
[Serializable]
|
|
public class TKeys
|
|
{
|
|
public GameBases Base { get; set; }
|
|
public string Tkey { get; set; } = null;
|
|
}
|
|
}
|