Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
master
OldThink/Content.Server/_White/EndOfRoundStats/BloodLost/BloodLostStatEvent.cs

12 lines
240 B
C#
Raw Permalink Normal View History

перенос файлов сервера из папки `White` в `_White`
2024-01-28 18:18:54 +07:00
namespace Content.Server._White.EndOfRoundStats.BloodLost;
stats (#103) * OH YES * хули мне хедкодеру # Conflicts: # Content.Server/Instruments/InstrumentComponent.cs # Content.Server/Instruments/InstrumentSystem.cs # Content.Shared/Cuffs/SharedCuffableSystem.cs # Content.Shared/White/WhiteCVars.cs # Resources/Prototypes/tags.yml
2023-05-25 02:13:10 +06:00
public sealed class BloodLostStatEvent : EntityEventArgs
{
public float BloodLost;
public BloodLostStatEvent(float bloodLost)
{
BloodLost = bloodLost;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1404ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API