Fix directory name

This commit is contained in:
mob-sakai
2018-06-22 19:48:14 +09:00
commit db00300625
38 changed files with 14997 additions and 0 deletions

12
Demo/UIParticle_Demo.cs Normal file
View File

@@ -0,0 +1,12 @@
using UnityEngine;
namespace Coffee.UIExtensions.Demo
{
public class UIParticle_Demo : MonoBehaviour
{
public void SetTimeScale(float scale)
{
Time.timeScale = scale;
}
}
}