mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Initial commit.
:)
This commit is contained in:
8
source/World/LightLayer.cpp
Normal file
8
source/World/LightLayer.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "LightLayer.hpp"
|
||||
|
||||
LightLayer LightLayer::Sky(15), LightLayer::Block(0);
|
||||
|
||||
LightLayer::LightLayer(int x)
|
||||
{
|
||||
m_x = x;
|
||||
}
|
||||
Reference in New Issue
Block a user