Closed BaderBC closed 12 months ago
Since this commit e.g. reading file from lua will look like: api.fs.ReadFile(args) instead of previous ReadFile(args)
api.fs.ReadFile(args)
ReadFile(args)
Since this commit e.g. reading file from lua will look like:
api.fs.ReadFile(args)
instead of previousReadFile(args)