This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
dungeon-crawler-demo/scripts/Enemy.cs

8 lines
64 B
C#
Raw Permalink Normal View History

2020-10-26 05:50:16 +01:00
using Godot;
using System;
public class Enemy : Creature
{
}