mirror of
https://github.com/celisej567/UnitySourceMovement.git
synced 2025-12-31 09:48:17 +03:00
11 lines
255 B
C#
11 lines
255 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class Ladder : MonoBehaviour {
|
|
|
|
// Empty class for defining objects as ladders
|
|
// Probably inefficient, but I didn't want to use tags or layers
|
|
|
|
}
|