mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-18 00:07:05 -05:00
File scoped namespaces for all lib projects netstandard2.0 => net6; now uniform. bye netframework!
6 lines
61 B
C#
6 lines
61 B
C#
namespace pkNX.Randomization;
|
|
|
|
public class RandSettings
|
|
{
|
|
}
|