summaryrefslogtreecommitdiff
path: root/scripts/Enemy.cs
blob: 6f48bd181831814310541fea1be90b198dc8af58 (plain)
1
2
3
4
5
6
using Godot;
using System;

public partial class Enemy : Actor {
	
}