mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
20 lines
345 B
Plaintext
20 lines
345 B
Plaintext
#if SERVER
|
|
using ProtoBuf;
|
|
using Unity.Mathematics;
|
|
using System.Collections.Generic;
|
|
using TEngine.Core.Network;
|
|
#pragma warning disable CS8618
|
|
|
|
namespace TEngine
|
|
{
|
|
#else
|
|
using ProtoBuf;
|
|
using Unity.Mathematics;
|
|
using System.Collections.Generic;
|
|
using TEngine.Core.Network;
|
|
#pragma warning disable CS8618
|
|
|
|
namespace TEngine
|
|
{
|
|
#endif
|
|
(Content)} |