Newer
Older
TheVengeance-Project-IADE-Unity2D / Assets / Scripts / Items / Sword.cs
@Rackday Rackday on 29 Oct 123 bytes Major Update
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Sword : Item
{
    //public
}