Files
RAGECOOP-V/RageCoop.Client.Scripting/ClientScript.cs
Sardelka9515 f1b9bf0571 Some works for the new resource system
Rewrite some parts of CustomEvent
Expose some API as dll entry
2023-02-01 21:29:25 +08:00

13 lines
204 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RageCoop.Client.Scripting
{
internal class ClientScript
{
}
}