Heroes_of_Hiis/Assets/Polaris - Low Poly Ecosystem/Poseidon - Low Poly Water S.../Runtime/Scripts/Utilities/PProgressCancelledException.cs

12 lines
195 B
C#
Raw Normal View History

using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System;
namespace Pinwheel.Poseidon
{
public class PProgressCancelledException : Exception
{
}
}