Change folder name

This commit is contained in:
Sardelka
2022-06-06 18:27:19 +08:00
parent a1dda2ffa4
commit fa80b87f7a
75 changed files with 13 additions and 13 deletions

View File

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RageCoop.Client.Scripting
{
/// <summary>
/// Inherit from this class, constructor will be called when the script is loaded.
/// </summary>
public abstract class ClientScript
{
}
}