mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 14:29:52 +00:00
9 lines
138 B
C++
9 lines
138 B
C++
// TODO: Implement DataBlockEncryptor.cpp
|
|
|
|
#include "DataBlockEncryptor.h"
|
|
|
|
DataBlockEncryptor::DataBlockEncryptor()
|
|
{
|
|
keySet = false;
|
|
}
|