mirror of
https://github.com/Steffo99/keep-everything-alive.git
synced 2024-11-22 09:24:19 +00:00
4 lines
177 B
C#
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 {}
|