Files
BITFALL/Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JProgressCancelledException.cs
CortexCore e12a6e5a46 1
2024-04-19 00:40:34 +08:00

12 lines
194 B
C#

using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System;
namespace Pinwheel.Jupiter
{
public class JProgressCancelledException : Exception
{
}
}