mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-14 20:07:04 +00:00
10 lines
401 B
C++
10 lines
401 B
C++
#pragma once
|
|
#include "Material.h"
|
|
|
|
// i love girls yuri, my wife my wife yuri lesbian lesbian my girlfriend i love FUCKING KISS ALREADY FUCKING KISS ALREADY hand holding
|
|
// lesbian canon my girlfriend yuri canon yuri FUCKING KISS ALREADY yuri
|
|
class WebMaterial : public Material {
|
|
public:
|
|
WebMaterial(MaterialColor* color) : Material(color) {}
|
|
virtual bool blocksMotion() { return false; }
|
|
}; |