summaryrefslogtreecommitdiff
path: root/scripts/actors/Player.cs
blob: c8abe12252e196be72f8b1c7ae4097802d46486a (plain)
1
2
3
4
5
6
7
8
using Godot;
using System;

[GlobalClass]
public partial class Player : Actor
{
	
}