diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-09-02 17:15:22 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-09-02 17:15:22 +0200 |
commit | 17c5d4e0c9532ac8381f098dc3629b3066e720ec (patch) | |
tree | 0da08711b16e4babf636b6c9dc7ee1e42db33410 /src/Entities | |
parent | Implemented creepers using Behaviors (diff) | |
download | cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.gz cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.bz2 cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.lz cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.xz cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.zst cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Entities/WitherSkullEntity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Entities/WitherSkullEntity.cpp b/src/Entities/WitherSkullEntity.cpp index 03385b283..cbf3d7ae9 100644 --- a/src/Entities/WitherSkullEntity.cpp +++ b/src/Entities/WitherSkullEntity.cpp @@ -1,4 +1,5 @@ + // WitherSkullEntity.cpp // Implements the cWitherSkullEntity class representing the entity used by both blue and black wither skulls |