devNotes 6-26-16 fsm mvc ui Trygve Reenskaug
using UnityEngine; using System.Collections; using thelab.mvc; public class AA: BaseApplication<Model, View, Controller> { } using UnityEngine; using System.Collections; using thelab.mvc; /// <summary> /// Class that handles the application data. /// </summary> public class ArgosModel : Model<AA> { ///// <summary> ///// Bounce counter. ///// </summary> //public int bounces; ///// <summary> ///// Win condition. ///// </summary> … Continue reading devNotes 6-26-16 fsm mvc ui Trygve Reenskaug
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed