Root/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | using Microsoft.Xna.Framework; namespace Axios.Engine.Interfaces { interface IDrawableAxiosGameObject { int DrawOrder { get ; set ; } void Draw(AxiosGameScreen gameScreen, GameTime gameTime); } } |
Source at commit c99393ba1ab2 created 12 years 7 months ago. By Nathan Adams, Added tag Version 1.0.1.5 for changeset e46b0565817a |
---|