Reduce charge allocs (#6431)

This commit is contained in:
metalgearsloth
2022-02-02 13:32:01 +11:00
committed by GitHub
parent 0be04d2415
commit fa8a7e609a

View File

@@ -93,5 +93,5 @@ namespace Content.Server.Power.Components
}
}
public class ChargeChangedEvent : EventArgs { }
public struct ChargeChangedEvent {}
}