mirror of
https://github.com/kwsch/pkNX.git
synced 2026-09-08 18:45:29 -05:00
Enable nullable checks for all subprojects except structures/game
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace pkNX.Structures
|
||||
using System;
|
||||
|
||||
namespace pkNX.Structures
|
||||
{
|
||||
/// <summary>
|
||||
/// Table of Evolution Branch Entries
|
||||
@@ -7,5 +9,7 @@ public abstract class EvolutionSet
|
||||
{
|
||||
public EvolutionMethod[] PossibleEvolutions;
|
||||
public abstract byte[] Write();
|
||||
|
||||
protected EvolutionSet() => PossibleEvolutions = Array.Empty<EvolutionMethod>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user