This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
quintor
/
pinguin-server
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Added Coordinate struct
Ronald Peterson
il y a 10 ans
Parent
1e69bdae10
commit
e70974031f
1 fichiers modifiés
avec
6 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
6
0
board/coordinate.go
+ 6
- 0
board/coordinate.go
Voir le fichier
@@ -0,0 +1,6 @@
+package board
+
+type Coordinate struct {
+ X int64
+ Y int64
+}