Added RaidTemplates and TimerService to create weekly raids

This commit is contained in:
t.ruspekhofer 2022-03-12 21:16:45 +01:00
parent c215ed058f
commit ab6602710d
13 changed files with 270 additions and 53 deletions

View file

@ -1,7 +1,7 @@
@using Lieb.Models.GuildWars2.Raid
<div>
<table class="roleTable">
<table class="table">
<tbody>
@foreach (var role in _raid.Roles)
{