2023-02-12 22:06:57 +08:00
|
|
|
|
global using static RageCoop.Core.Shared;
|
|
|
|
|
global using static RageCoop.Client.Scripting.Shared;
|
2023-02-01 21:21:07 +08:00
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace RageCoop.Client.Scripting
|
|
|
|
|
{
|
2023-02-12 22:06:57 +08:00
|
|
|
|
internal class Shared
|
2023-02-01 21:21:07 +08:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|