using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RageCoop.Client.Scripting { /// /// Inherit from this class, constructor will be called when the script is loaded. /// public abstract class ClientScript { } }