// Copyright (c) Rotorz Limited. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root. using System.Collections.Generic; using UnityEngine; public class DemoBehaviour : MonoBehaviour { public List wishlist = new List(); public List points = new List(); }