I hereby claim:
- I am zeroerrors on github.
- I am zeroerrors (https://keybase.io/zeroerrors) on keybase.
- I have a public key ASBaMd7-YJ3a6YLNyVAQ-5J7YP2kn1xH7GJYNKwULUZsWQo
To claim this, I am signing this object:
| package dev.zero.example; | |
| import com.hypixel.hytale.server.core.entity.entities.player.hud.CustomUIHud; | |
| import com.hypixel.hytale.server.core.ui.builder.UICommandBuilder; | |
| import com.hypixel.hytale.server.core.universe.PlayerRef; | |
| import javax.annotation.Nonnull; | |
| public class WelcomeHud extends CustomUIHud { |
| package dev.zero.scaleeffect; | |
| import com.hypixel.hytale.component.Component; | |
| import com.hypixel.hytale.component.ComponentType; | |
| import com.hypixel.hytale.server.core.universe.world.storage.EntityStore; | |
| import javax.annotation.Nonnull; | |
| public class ScaleAnimation implements Component<EntityStore> { |
| #include <flecs.h> | |
| #include <stdio.h> | |
| typedef struct Data { | |
| int x; | |
| } Data; | |
| typedef struct Test { | |
| Data* ptr; | |
| } Test; |
| #include <flecs.h> | |
| #include <iostream> | |
| #define THREAD_COUNT (8) | |
| #define ENTITY_COUNT (THREAD_COUNT * 1000000) | |
| #define ENABLE_LOG 0 | |
| struct Position { | |
| double x, y; |
| #include "flecs.h" | |
| #include <iostream> | |
| struct Position { | |
| float x; | |
| float y; | |
| }; | |
| struct Start {}; | |
| struct End {}; |
| #include <iostream> | |
| #include "flecs.h" | |
| struct Position | |
| { | |
| int x, y, z; | |
| }; | |
| struct Tag1 {}; |
I hereby claim:
To claim this, I am signing this object: