bendns' repos
/
chess
online multiplayer chess game (note server currently down)
main
2
Branches
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'Utils.gd')
-rw-r--r--
Utils.gd
3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utils.gd b/Utils.gd
index 89094af..07e0f77 100644
--- a/
Utils.gd
+++ b/
Utils.gd
@@ -1,4 +1,5 @@
extends Node
+
func is_pawn(inode):
- return inode is Pawn \ No newline at end of file
+ return inode is Pawn