Class CharacterItemCooldownEntityConfiguration
Entity configuration for CharacterItemCooldownEntity with explicit indexes and constraints.
public class CharacterItemCooldownEntityConfiguration : IEntityTypeConfiguration<CharacterItemCooldownEntity>
- Inheritance
-
CharacterItemCooldownEntityConfiguration
- Implements
- Inherited Members
Methods
Configure(EntityTypeBuilder<CharacterItemCooldownEntity>)
Configures the entity of type CharacterItemCooldownEntity.
public void Configure(EntityTypeBuilder<CharacterItemCooldownEntity> builder)
Parameters
builderEntityTypeBuilder<CharacterItemCooldownEntity>The builder to be used to configure the entity type.