forked from Misaki/GhostEngine
11 lines
160 B
C#
11 lines
160 B
C#
using Ghost.Engine.Models;
|
|
|
|
namespace Ghost.Engine;
|
|
|
|
internal static class ActivationHandler
|
|
{
|
|
public static void Handle(LaunchArgument args)
|
|
{
|
|
|
|
}
|
|
} |