From cb50ec10591c0e0e4b9915e642bc50d3d8d1fd0a Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 2 Nov 2024 21:27:47 +0000 Subject: Apply new clang-formatting --- src/Mobs/SnowGolem.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/Mobs/SnowGolem.h') diff --git a/src/Mobs/SnowGolem.h b/src/Mobs/SnowGolem.h index 6c6e88868..1d18f6cfe 100644 --- a/src/Mobs/SnowGolem.h +++ b/src/Mobs/SnowGolem.h @@ -7,13 +7,11 @@ -class cSnowGolem: - public cPassiveAggressiveMonster +class cSnowGolem : public cPassiveAggressiveMonster { using Super = cPassiveAggressiveMonster; -public: - + public: cSnowGolem(); CLASS_PROTODEF(cSnowGolem) @@ -21,8 +19,4 @@ public: virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override; virtual bool Attack(std::chrono::milliseconds a_Dt) override; -} ; - - - - +}; -- cgit v1.2.3