Net.Like.Xue.Tokyo/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JProgressCancelledException.cs

12 lines
194 B
C#
Raw Normal View History

2024-11-20 11:36:36 +08:00
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System;
namespace Pinwheel.Jupiter
{
public class JProgressCancelledException : Exception
{
}
}