14 lines
280 B
C#
14 lines
280 B
C#
global using static RageCoop.Core.Shared;
|
|
global using static RageCoop.Client.Scripting.Shared;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace RageCoop.Client.Scripting
|
|
{
|
|
internal class Shared
|
|
{
|
|
}
|
|
}
|