[Open Source] Project GSItE
Language: Object Pascal
Tool of Development: Delphi 7
Who understand, are welcome to help in development of this OpenSource Project.
Project: GSItE - Game Server Item Editor
PHP Code:
Project Founder: Nephesh
Data Item Credits: Nephesh
anybody can change source, but need send
informations/suggests to walker.nephesh@gmail.com.
That is a Partial Class Source, who want full source,
send mail and wait informations.
Type
{GameServer Item}
TGSItem = class
fData : TStrings;
Header : TItHeader;
Resists : TItResists;
Attack : TItAttack;
Defense : TItDefense;
RunSpeed : TMinMaxFloat;
PotStorage : Integer;
Regen : TItRegen;
Add : TItAdd;
Restore : TItRestore;
Requirement: TItRequirement;
Specialized: TItSpec;
end;