Wednesday, August 17, 2011

C#, Must Have a Return Type?

I've never done C# but it looks similar to things I've worked with. Either the Die() method needs to return a value and be called public int Die() or doesn't need to return a value and needs to be called public void Die().

No comments:

Post a Comment