1
Fork 0
mirror of https://github.com/Steffo99/gravity-fusion.git synced 2024-11-22 08:24:17 +00:00
gravity-fusion/Assets/Code/BeforeStart.cs
2019-10-06 19:40:54 +02:00

4 lines
177 B
C#

//From https://answers.unity.com/questions/442342/how-to-make-public-variable-read-only-during-run-t.html
using UnityEngine;
public class BeforeStart : PropertyAttribute {}