mirror of
https://github.com/celisej567/UnitySourceMovement.git
synced 2026-01-05 10:09:58 +03:00
Add files via upload
This commit is contained in:
10
Modified fragsurf/Water.cs
Normal file
10
Modified fragsurf/Water.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Water : MonoBehaviour {
|
||||
|
||||
// This component is separate from the player's underwater movement.
|
||||
// Feel free to add whatever you want in here, like a rigidbody buoyancy/floating system or something.
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user