﻿namespace ABI.CCK.API
{
    public class CVRApiSpawnable : ICVRContent
    {
        public override ContentTypes ContentType => ContentTypes.Spawnable;
        public override string ContentTypeString => "spawnable";
    }
}