8 lines
127 B
C#
8 lines
127 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class Skill_StatUp : ProjectileBase
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|