10 lines
128 B
C#
10 lines
128 B
C#
using UnityEngine;
|
|
|
|
public class MeleeWeapon : Weapon
|
|
{
|
|
|
|
protected override void AttackEffects()
|
|
{
|
|
|
|
}
|
|
}
|