Thread: help?
View Single Post
Old 09-18-2003, 05:16 PM   #22 (permalink)
Ceday
 
Join Date: Nov 2002
Posts: 636
Default

public int MaxPlayerResistance
{
get { return 90; }
set { MaxPlayerResistance=value; }
}

this works fine with me..it doesnt give any error.
but it doesnt override, because it need abstract, virtual or override modifiers. The function in the base class doesnt have any of those.
Ceday is offline   Reply With Quote