tangled
alpha
login
or
join now
ocrm.bsky.social
/
VoxelBlockGame
1
fork
atom
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1
fork
atom
overview
issues
pulls
pipelines
VoxelBlockGame
/
Minecraft.Client
/
TexOffs.h
at
main
9 lines
83 B
view raw
wrap content
daoge_cmd
Initial commit
16d ago
b691c43c
1
#
pragma once
2
3
class
TexOffs
4
{
5
public
:
6
const
int
x
,
y
;
7
8
TexOffs
(
int
x
,
int
y
)
;
9
}
;