Upload from upload_mods.ps1
This commit is contained in:
13
Scripts/MinEvents/MinEventActionLogStatsRebirth.cs
Normal file
13
Scripts/MinEvents/MinEventActionLogStatsRebirth.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
public class MinEventActionLogStatsRebirth : MinEventActionTargetedBase
|
||||
{
|
||||
public override void Execute(MinEventParams _params)
|
||||
{
|
||||
var entity = _params.Self as EntityAlive;
|
||||
if (entity == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
RebirthUtilities.LogStats(entity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user