View Single Post
  #3  
Old 09-27-2011, 12:37 PM
adonys adonys is offline
Approved Member
 
Join Date: Apr 2010
Posts: 850
Default

uhm.. not really.. I haven't really tried it, but I think you can use the cascaded inheritances of the same method.


Code:
public override void OnBattleStarted()
    {
        base.OnBattleStarted();
        ...
    }
Reply With Quote