AquaSphereMini.VIEW.Shrimp.Shrimp C# (CSharp) Method

Shrimp() public method

public Shrimp ( ) : UnityEngine
return UnityEngine
		public Shrimp ()
		{
			// handle specific character shrimp
			// access the shader of the shrimp
			shrimp = GameObject.Find("model_C2010_SHRIMP_CrystelRed");
			modelHealth = 1;
			Set (null);
		}