(MersenneTwister): moved to Cryptography namespace.

This commit is contained in:
morkt
2016-08-02 05:16:20 +04:00
parent 0ea84672d8
commit 36494147a5
6 changed files with 6 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ using Simias.Encryption;
using System.Runtime.InteropServices;
using GameRes.Formats.Strings;
using GameRes.Formats.Properties;
using GameRes.Utility;
using GameRes.Cryptography;
namespace GameRes.Formats.CatSystem
{