mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-09-22 01:26:45 -04:00
UIText class
The UIText class allows for travseing in "/<directory>/<language>.dir" directories and searching for CST files by their Id number. See usage.md for more info.
This commit is contained in:
parent
86ed534870
commit
0ff7bb68c4
22 changed files with 289 additions and 170 deletions
5
.github/workflows/dotnet.yml
vendored
5
.github/workflows/dotnet.yml
vendored
|
@ -2,10 +2,9 @@ name: .NET
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master, develop]
|
||||
branches: [master, "releases/**"]
|
||||
pull_request:
|
||||
branches: [master, develop]
|
||||
|
||||
branches: [master, "releases/**"]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue