8 lines
64 B
C#
8 lines
64 B
C#
|
using Godot;
|
||
|
using System;
|
||
|
|
||
|
public class Enemy : Creature
|
||
|
{
|
||
|
|
||
|
}
|