You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 12:10:08 +00:00
17 lines
253 B
C#
17 lines
253 B
C#
|
|
using System.Collections;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
public class NewBehaviourScript : MonoBehaviour {
|
|||
|
|
|
|||
|
|
// Use this for initialization
|
|||
|
|
void Start () {
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
// Update is called once per frame
|
|||
|
|
void Update () {
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|