Files
ChunilENG/Packages/com.tivadar.best.websockets/Runtime/AssemblyInfo.cs
정영민 2dd5d814a7 update
2025-02-20 09:59:37 +09:00

11 lines
638 B
C#

using System.Reflection;
[assembly: AssemblyVersion("3.0.4")]
[assembly: AssemblyCompany("Tivadar György Nagy")]
[assembly: AssemblyCopyright("Copyright © 2024 Tivadar György Nagy")]
[assembly: AssemblyDescription("Best WebSockets is a premier networking library for Unity, tailored specifically for seamless WebSocket integration. It's perfect for applications that require real-time, bi-directional communication such as chat applications, multiplayer games, and live interactive systems.")]
#if WITH_BURST
[assembly: Unity.Burst.BurstCompile(CompileSynchronously = true, OptimizeFor = Unity.Burst.OptimizeFor.Performance)]
#endif