Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: rik on April 28, 2016, 03:28:28 PM

Title: help in script
Post by: rik on April 28, 2016, 03:28:28 PM
Hello how to add more than two inherited classes
using UnityEngine;
using Holoville.HOTween;

namespace HutongGames.PlayMaker.Actions
{
   [ActionCategory(ActionCategory.GameObject)]
   [Tooltip("Finds a Game Object by Name and/or Tag.")]
   public class lane : ComponentAction<Rigidbody>, PlayMakerHotweenFsmValueBase

this was a example script but when i try to do i get an error