Update for 6.0

This commit is contained in:
Ottermandias 2021-12-10 10:23:51 +01:00
parent 3bcd7a44da
commit 1d254e5856
7 changed files with 280 additions and 302 deletions

View file

@ -8,7 +8,7 @@ namespace Penumbra.PlayerWatch
{
public static class CharacterFactory
{
private static ConstructorInfo? _characterConstructor = null;
private static ConstructorInfo? _characterConstructor;
private static void Initialize()
{