Add readonly to structs
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public class ExternalCondition : ITick, INotifyCreated
|
||||
{
|
||||
struct TimedToken
|
||||
readonly struct TimedToken
|
||||
{
|
||||
public readonly int Expires;
|
||||
public readonly int Token;
|
||||
|
||||
Reference in New Issue
Block a user