Interface IObjectiveLost
- Namespace
- Uncreated.Warfare.Events.Models.Objectives
- Assembly
- Uncreated.Warfare.dll
Event invoked when an objective is no longer owned by a team.
public interface IObjectiveLost
Properties
Objective
The objective that was lost.
IObjective Objective { get; }
Property Value
Team
The team that lost the objective, if any.
Team? Team { get; }