index
:
projeto-fantasia.git
master
Unnamed repository; edit this file 'description' to name the repository.
Anon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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 { }