CubeWorldMods/cwmods/cube/Spirit.h

15 lines
179 B
C
Raw Normal View History

2019-10-13 13:28:38 +08:00
#ifndef SPIRIT_H
#define SPIRIT_H
namespace cube {
class Spirit {
public:
char x;
char y;
char z;
char material;
};
}
#endif // SPIRIT_H