コード例 #1
0
 public PassiveNodeDefinition(
     ushort id, PassiveNodeType type, string name, bool isAscendancyNode, bool costsPassivePoint,
     int passivePointsGranted, NodePosition position, IReadOnlyList <string> modifiers)
 => (Id, Type, Name, IsAscendancyNode, CostsPassivePoint, PassivePointsGranted, Position, Modifiers) =
コード例 #2
0
 private static PassiveNodeDefinition CreateNode(ushort id, NodePosition position = default)
 => new PassiveNodeDefinition(id, default, "", false, false,