{*******************************************************}
{ }
{ Define }
{ Copyright (C) 2023 kku }
unit Define;
interface
const
CLIENT_TYPE = 6;
CLIENT_VER = '1';
implementation
end.