Cleanup and rewrite some bullshit
This commit is contained in:
13
Client/Scripting/ClientFile.cs
Normal file
13
Client/Scripting/ClientFile.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using RageCoop.Core.Scripting;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RageCoop.Client.Scripting
|
||||
{
|
||||
public class ClientFile : ResourceFile
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user