14 lines
234 B
C#
14 lines
234 B
C#
|
using Aki.Common.Utils;
|
|||
|
|
|||
|
namespace VoiceAdd
|
|||
|
{
|
|||
|
public class Program
|
|||
|
{
|
|||
|
static void Main(string[] args)
|
|||
|
{
|
|||
|
Log.Info("Loading: CWX-VoiceAdd");
|
|||
|
new VoicePatch().Enable();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|