WuhuIslandTesting/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/Collaborate/Common/StringArrayContainer.cs

8 lines
151 B
C#
Raw Permalink Normal View History

2025-01-07 02:06:59 +01:00
using System;
namespace Unity.Cloud.Collaborate.Common {
[Serializable]
internal class StringArrayContainer : ArrayContainer<string>
{}
}