This repository has been archived on 2023-04-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dungeon-crawler-demo/scripts/Enemy.cs
2020-10-26 00:50:16 -04:00

8 lines
64 B
C#

using Godot;
using System;
public class Enemy : Creature
{
}