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