zombie_mp/Assets/Scripts/meleeWeaponData.cs
2021-09-16 20:19:09 +05:30

20 lines
300 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class meleeWeaponData : MonoBehaviour
{
public string weaponName;
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}