You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			10 lines
		
	
	
		
			303 B
		
	
	
	
		
			C#
		
	
			
		
		
	
	
			10 lines
		
	
	
		
			303 B
		
	
	
	
		
			C#
		
	
using System.Collections;
 | 
						|
using System.Collections.Generic;
 | 
						|
using UnityEngine;
 | 
						|
 | 
						|
namespace Autohand {
 | 
						|
    [HelpURL("https://app.gitbook.com/s/5zKO0EvOjzUDeT2aiFk3/auto-hand/auto-hand-player#pushing")]
 | 
						|
    public class Pushable : MonoBehaviour {
 | 
						|
        public Vector3 strengthScale = Vector3.one;
 | 
						|
    }
 | 
						|
} |