Files
Sun1602/Server/GameServer/PVPFormula.h
T
2022-10-26 12:25:11 +08:00

8 lines
149 B
C

#pragma once
DWORD CalcPVPPoint( DWORD MaxKillSeries, DWORD TotalKill, DWORD TotalDie );
DWORD CalcPVPScore( LEVELTYPE CharLV, INT LVInterval );