Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Shared.Temperature
|
||||
/// Directed event raised on entities to query whether they're "hot" or not.
|
||||
/// For example, a lit welder or matchstick would be hot, etc.
|
||||
/// </summary>
|
||||
public class IsHotEvent : EntityEventArgs
|
||||
public sealed class IsHotEvent : EntityEventArgs
|
||||
{
|
||||
public bool IsHot { get; set; } = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user