Class CheckPlayerGameModeCondition
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/CheckPlayerGameModeCondition", "9413931d4793ee7513d69674f36fbb76334417e1d58d4b0667d32c4bed7c5535")]
public sealed record CheckPlayerGameModeCondition : EntityEffectApplyConditions, IEquatable<CheckPlayerGameModeCondition>
- Inheritance
-
CheckPlayerGameModeCondition
- Implements
- Inherited Members
Properties
Codec
public static Codec<CheckPlayerGameModeCondition> Codec { get; }
Property Value
GameMode
public CheckPlayerGameModeConditionGameMode GameMode { get; init; }
Property Value
Inverse
public bool Inverse { get; init; }