Exemplo n.º 1
0
        public static LNSpeed Action(LNAction action, float s)
        {
            LNSpeed speed = new LNSpeed();

            speed._other = action;
            speed._speed = s;
            return(speed);
        }
Exemplo n.º 2
0
		public static LNSpeed Action(LNAction action, float s) {
			LNSpeed speed = new LNSpeed();
			speed._other = action;
			speed._speed = s;
			return speed;
		}