Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
io.gs2.unity.sdk.uikit / Gs2Chat / View / Gs2ChatMessageStampElementCollection.cs
Size: Mime:
using System.Collections.Generic;
using UnityEngine;

namespace Gs2.Unity.UiKit.Gs2Chat
{
    [CreateAssetMenu(fileName = "StampElementCollection", menuName = "Game Server Services/Gs2Chat/UIKit/StampElementCollection")]
    public class Gs2ChatMessageStampElementCollection : ScriptableObject
    {
        public List<Gs2ChatMessageStampElement> elements;
    }
}