mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-06-03 09:24:32 +00:00
removed git history
This commit is contained in:
12
Minecraft.World/ObjectiveCriteria.cpp
Normal file
12
Minecraft.World/ObjectiveCriteria.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "stdafx.h"
|
||||
#include "net.minecraft.world.scores.criteria.h"
|
||||
#include "ObjectiveCriteria.h"
|
||||
|
||||
|
||||
unordered_map<wstring, ObjectiveCriteria *> ObjectiveCriteria::CRITERIA_BY_NAME;
|
||||
|
||||
ObjectiveCriteria *ObjectiveCriteria::DUMMY = new DummyCriteria(L"dummy");
|
||||
ObjectiveCriteria *ObjectiveCriteria::DEATH_COUNT = new DummyCriteria(L"deathCount");
|
||||
ObjectiveCriteria *ObjectiveCriteria::KILL_COUNT_PLAYERS = new DummyCriteria(L"playerKillCount");
|
||||
ObjectiveCriteria *ObjectiveCriteria::KILL_COUNT_ALL = new DummyCriteria(L"totalKillCount");
|
||||
ObjectiveCriteria *ObjectiveCriteria::HEALTH = new HealthCriteria(L"health");
|
||||
Reference in New Issue
Block a user